home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / fractal / kaos.lha / bin / kedg < prev    next >
Encoding:
Text File  |  1990-01-19  |  133 b   |  9 lines

  1. #!/bin/csh
  2. # kedg - global string substitution in a given file
  3. # syntax: kedg string1 string2 filename
  4. #
  5. ed $3 <<!
  6. 1,\$s/$1/$2/g
  7. w
  8. !
  9.